Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Press4 545 lint fixes #328

Merged
merged 7 commits into from
Jul 10, 2024
Merged

Press4 545 lint fixes #328

merged 7 commits into from
Jul 10, 2024

Conversation

mamatharao05
Copy link
Contributor

@mamatharao05 mamatharao05 commented Jun 18, 2024

ramyakrishnai
ramyakrishnai previously approved these changes Jun 19, 2024
@@ -624,14 +624,14 @@ public function custom_status_column_content( $column_name, $post_id ) {
$label_text = __( 'Published - Private', 'wp-module-ecommerce' );
} else {
$background_color = '#E8ECF0';
$label_text = __( $post_status, 'wp-module-ecommerce' );
$label_text = $post_status;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since adding translation cannot be done dynamically, removing it from $post_status.

@aratidgr8 aratidgr8 merged commit 4ff9fc6 into trunk Jul 10, 2024
3 of 5 checks passed
@aratidgr8 aratidgr8 deleted the PRESS4-545-Lint-Fixes branch July 10, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants